Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace reviewdog action with official golangci action #1062

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Jan 11, 2024

fix lints

@@ -121,7 +121,7 @@ func (m *mergeStmtGenerator) generateDeDupedCTE() string {
}

// generateMergeStmt generates a merge statement.
func (m *mergeStmtGenerator) generateMergeStmt(unchangedToastColumns []string) string {
func (m *mergeStmtGenerator) generateMergeStmt(_unchangedToastColumns []string) string {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This parameter isn't used, so probably this is really bad for BQ where we'll run the same query 8 times. But that can be fixed in another PR

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was causing issues for a customer: #1066
fixed in the linked PR

@serprex serprex merged commit ddade04 into main Jan 12, 2024
7 checks passed
iskakaushik pushed a commit that referenced this pull request Jan 12, 2024
@serprex serprex deleted the replace-reviewdog branch February 14, 2024 03:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants